You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVecBase Class > TMtxVecBase Methods > CopyToArray Method > TMtxVecBase.CopyToArray Method (double[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVecBase.CopyToArray Method (double[])

Copy values to Dst array. The size of the array is set automatically.

Syntax
C#
Visual Basic
public TMtxVecBase CopyToArray(ref double[] Dst);

If the calling object is complex, the size of the Dst array will be equal to 2*Length. If the calling object is not complex an exception will be raised.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!